[Manager Summary]

PMGetAdjustedPaperRect


Reports the paper size, taking into account orientation, application drawing resolution, and scale settings.
OSStatus PMGetAdjustedPaperRect(PMPageFormat pageFormat, PMRect *paperRect)
PARAMETERS
pageFormat
A PMPageFormat object previously created by your application.
paperRect
On return, a rectangle describing the size of the paper after scaling, application drawing resolution and orientation settings are applied. The size returned is in your application drawing resolution, which you can determine by calling PMGetResolution.
function result
A result code. See Result Codes.
DISCUSSION
PMRect is a rectangle whose components are doubles. Units are in the application’s drawing resolution.

Last modified: 5/7/99. Status: Draft Copyright 1999 Apple Computer, Inc. All rights reserved.